home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / libs / MultiReq.lha / MultiReq / C / TestIncludes.h < prev    next >
C/C++ Source or Header  |  1992-11-12  |  595b  |  34 lines

  1. #include <exec/types.h>
  2. #include <intuition/intuition.h>
  3. #include <graphics/gfxmacros.h>
  4. #include <libraries/multireq.h>
  5.  
  6. #include <clib/multireq_protos.h>
  7. #include <pragmas/multireq_lib.h>
  8.  
  9.  
  10. /* the GadgetIDs */
  11.  
  12. #define ID_FILEREQ    1
  13. #define ID_FILE        2
  14.  
  15. #define ID_AUTO1    5
  16. #define ID_AUTO2    6
  17. #define ID_DRAWER1    7
  18. #define ID_DRAWER2    8
  19. #define ID_CURRENT1    9
  20. #define ID_CURRENT2    10
  21.  
  22. #define ID_SHOW        20
  23. #define ID_HIDE        21
  24. #define ID_INFO        22
  25.  
  26. #define ID_LEFTEDGE    25
  27. #define ID_TOPEDGE    26
  28. #define ID_DIRECTORY    27
  29.  
  30. #define ID_SCREEN    30
  31. #define ID_SCRMODE    31
  32. #define ID_TITLE    32
  33. #define ID_OKTEXT    33
  34.